home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Obend.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  384b  |  16 lines

  1. #ifndef _OBEND_H_
  2. #define _OBEND_H_
  3.  
  4. enum
  5. {
  6.     BENDOBJECT_SIZE             = 1000, // Vector
  7.     BENDOBJECT_MODE             = 1001, // LONG 0=limited, 1=half limited, 2=unlimited
  8.         BENDOBJECT_MODE_LIMIT         = 1,
  9.         BENDOBJECT_MODE_BOX           = 0,
  10.         BENDOBJECT_MODE_UNLIMITED    = 2,
  11.     BENDOBJECT_STRENGTH      = 1002, // Real
  12.     BENDOBJECT_ANGLE         = 1003, // Real
  13.     BENDOBJECT_KEEPYAXIS    = 1006
  14. };
  15.  
  16. #endif